Skip to content

Conversation

@ggazzo
Copy link
Member

@ggazzo ggazzo commented Apr 7, 2025

Proposed changes (including videos or screenshots)

API Routes registered after startup weren't working, such as enterprise APIs that are only registered after a valid license is detected.

Issue(s)

SUP-757

Steps to test or reproduce

Make sure to not trigger a restart (by restarting manually or changin BE code) during this process or the results will differ.

  • Make a new deployment
  • Register on cloud
  • Go to admin > engagement
  • All engagement dashboards will be broken.

Further comments

https://rocketchat.atlassian.net/browse/CORE-1068
[SUP-757]: https://rocketchat.atlassian.net/browse/SUP-757?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ

@dionisio-bot
Copy link
Contributor

dionisio-bot bot commented Apr 7, 2025

Looks like this PR is ready to merge! 🎉
If you have any trouble, please check the PR guidelines

@changeset-bot
Copy link

changeset-bot bot commented Apr 7, 2025

🦋 Changeset detected

Latest commit: 70f5639

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 36 packages
Name Type
@rocket.chat/meteor Patch
@rocket.chat/core-typings Patch
@rocket.chat/rest-typings Patch
@rocket.chat/uikit-playground Patch
@rocket.chat/api-client Patch
@rocket.chat/apps Patch
@rocket.chat/core-services Patch
@rocket.chat/cron Patch
@rocket.chat/ddp-client Patch
@rocket.chat/freeswitch Patch
@rocket.chat/fuselage-ui-kit Patch
@rocket.chat/gazzodown Patch
@rocket.chat/livechat Patch
@rocket.chat/model-typings Patch
@rocket.chat/ui-contexts Patch
@rocket.chat/account-service Patch
@rocket.chat/authorization-service Patch
@rocket.chat/ddp-streamer Patch
@rocket.chat/omnichannel-transcript Patch
@rocket.chat/presence-service Patch
@rocket.chat/queue-worker Patch
@rocket.chat/stream-hub-service Patch
@rocket.chat/license Patch
@rocket.chat/omnichannel-services Patch
@rocket.chat/pdf-worker Patch
@rocket.chat/presence Patch
rocketchat-services Patch
@rocket.chat/models Patch
@rocket.chat/network-broker Patch
@rocket.chat/mock-providers Patch
@rocket.chat/ui-avatar Patch
@rocket.chat/ui-client Patch
@rocket.chat/ui-video-conf Patch
@rocket.chat/ui-voip Patch
@rocket.chat/web-ui-registration Patch
@rocket.chat/instance-status Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@github-actions
Copy link
Contributor

github-actions bot commented Apr 7, 2025

PR Preview Action v1.6.0

🚀 View preview at
https://RocketChat.github.io/Rocket.Chat/pr-preview/pr-35715/

Built to branch gh-pages at 2025-04-07 20:59 UTC.
Preview will be ready when the GitHub Pages deployment is complete.

@codecov
Copy link

codecov bot commented Apr 7, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 59.63%. Comparing base (9e8806c) to head (70f5639).
Report is 2 commits behind head on develop.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff            @@
##           develop   #35715   +/-   ##
========================================
  Coverage    59.63%   59.63%           
========================================
  Files         2832     2832           
  Lines        68301    68301           
  Branches     15131    15131           
========================================
  Hits         40730    40730           
  Misses       24962    24962           
  Partials      2609     2609           
Flag Coverage Δ
unit 75.61% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@gabriellsh gabriellsh added this to the 7.6.0 milestone Apr 7, 2025
@gabriellsh gabriellsh marked this pull request as ready for review April 7, 2025 21:08
@ggazzo ggazzo force-pushed the fix/dynamic-enpoints branch from 09b2cda to 70f5639 Compare April 8, 2025 12:40
@ggazzo ggazzo added the stat: QA assured Means it has been tested and approved by a company insider label Apr 8, 2025
@dionisio-bot dionisio-bot bot added the stat: ready to merge PR tested and approved waiting for merge label Apr 8, 2025
@ggazzo ggazzo merged commit 212af41 into develop Apr 8, 2025
49 checks passed
@ggazzo ggazzo deleted the fix/dynamic-enpoints branch April 8, 2025 13:44
@ggazzo
Copy link
Member Author

ggazzo commented Apr 8, 2025

/patch

@dionisio-bot
Copy link
Contributor

dionisio-bot bot commented Apr 8, 2025

    Sorry, I couldn't do that backport because of conflicts. Could you please solve them?
    
    you can do so by running the following commands:
git fetch
git checkout backport-7.5.1-35715
git cherry-pick 212af41e9fba4c617c4e4e71ed03bfea5561fcdb
// solve the conflict
git push

after that just run /patch again

ggazzo added a commit that referenced this pull request Apr 8, 2025
Co-authored-by: gabriellsh <40830821+gabriellsh@users.noreply.github.com>
@ggazzo
Copy link
Member Author

ggazzo commented Apr 8, 2025

/patch

@ggazzo
Copy link
Member Author

ggazzo commented Apr 8, 2025

/backport 7.4.2

@dionisio-bot
Copy link
Contributor

dionisio-bot bot commented Apr 8, 2025

Sorry, I couldn't do that backport because of conflicts. Could you please solve them?

you can do so by running the following commands:

git fetch
git checkout backport-7.4.2-35715
git cherry-pick 212af41e9fba4c617c4e4e71ed03bfea5561fcdb
// solve the conflict
git push

after that just run /backport 7.4.2 again

ggazzo added a commit that referenced this pull request Apr 8, 2025
Co-authored-by: gabriellsh <40830821+gabriellsh@users.noreply.github.com>
@ggazzo
Copy link
Member Author

ggazzo commented Apr 8, 2025

/backport 7.4.2

@dionisio-bot
Copy link
Contributor

dionisio-bot bot commented Apr 8, 2025

Pull request #35731 added to Project: "Patch 7.4.2"

@ggazzo
Copy link
Member Author

ggazzo commented Apr 8, 2025

/patch

@dionisio-bot
Copy link
Contributor

dionisio-bot bot commented Apr 8, 2025

Pull request #35732 added to Project: "Patch 7.5.1"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

stat: QA assured Means it has been tested and approved by a company insider stat: ready to merge PR tested and approved waiting for merge

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants